Click or drag to resize

ResponseClass Enumeration

Identifies the status states of a response.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum ResponseClass
Members
  Member nameValueDescription
Success0 Indicates that the request was successfully processed.
Warning1 Indicates that an unusual situation was encountered during the processing of the request and the request may not have been processed successfully.
Error2 Indicates that the request could not be processed.
See Also